home *** CD-ROM | disk | FTP | other *** search
- Path: cpsc.ucalgary.ca!davidt
- From: davidt@cpsc.ucalgary.ca (David Taylor)
- Newsgroups: comp.lang.c++
- Subject: Re: Help : Huge Integer Variables ?
- Date: 1 Apr 1996 22:52:24 GMT
- Organization: University of Calgary CPSC
- Message-ID: <4jpmn8$i95@linux.cpsc.ucalgary.ca>
- References: <315AC298.4F2A@uh.edu>
- NNTP-Posting-Host: fsj.cpsc.ucalgary.ca
-
-
- In article <315AC298.4F2A@uh.edu>, Anwar A. Berrouayel <Anwar@uh.edu> wrote:
- >Hello,
- >
- >I need to use Huge Integers ( 8 Bytes or More)
- >The Bigger The Better.
- >
- >Is it possible with C++ or any other programming Lang. ?
- >
- >Thank You
-
- If you are using g++, then the 8 byte "long long int" type is built
- in.
-
- --
- Andrew Taylor |email: davidt@cpsc.ucalgary.ca
- |www: http://www.cpsc.ucalgary.ca/~davidt
-